Skip to content

Commit 28bc0ce

Browse files
authored
Merge pull request #748 from flexion/renovate/all-patch
Update patch dependencies
2 parents d066209 + 1c0192a commit 28bc0ce

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/codeql.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
59+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
6060
with:
6161
languages: ${{ matrix.language }}
6262
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,7 +69,7 @@ jobs:
6969
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
7070
# If this step fails, then you should remove it and run the build manually (see below)
7171
- name: Autobuild
72-
uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
72+
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
7373

7474
# ℹ️ Command-line programs to run using the OS shell.
7575
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -82,6 +82,6 @@ jobs:
8282
# ./location_of_script_within_repo/buildscript.sh
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
85+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
8686
with:
8787
category: "/language:${{matrix.language}}"

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
my_file.write(f"PC_CACHE_KEY={cache_key}")
101101
102102
- name: Restore pre-commit cache
103-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
103+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
104104
if: matrix.session == 'pre-commit'
105105
with:
106106
path: ~/.cache/pre-commit
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Upload coverage data
118118
if: always() && matrix.session == 'tests' && matrix.python == '3.11' && matrix.os == 'ubuntu-latest'
119-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
119+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
120120
with:
121121
# Hack for v4.4 hidden file change
122122
name: coverage-data
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Upload documentation
127127
if: matrix.session == 'docs-build'
128-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
128+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
129129
with:
130130
name: docs
131131
path: docs/_build
@@ -175,4 +175,4 @@ jobs:
175175
nox --session=coverage -- xml
176176
177177
- name: Upload coverage report
178-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
178+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2

0 commit comments

Comments
 (0)