File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 56
56
57
57
# Initializes the CodeQL tools for scanning.
58
58
- name : Initialize CodeQL
59
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
59
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
60
60
with :
61
61
languages : ${{ matrix.language }}
62
62
# If you wish to specify custom queries, you can do so here or in a config file.
69
69
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
70
70
# If this step fails, then you should remove it and run the build manually (see below)
71
71
- name : Autobuild
72
- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
72
+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
73
73
74
74
# ℹ️ Command-line programs to run using the OS shell.
75
75
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
82
82
# ./location_of_script_within_repo/buildscript.sh
83
83
84
84
- name : Perform CodeQL Analysis
85
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
85
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
86
86
with :
87
87
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
my_file.write(f"PC_CACHE_KEY={cache_key}")
101
101
102
102
- name : Restore pre-commit cache
103
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
103
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
104
104
if : matrix.session == 'pre-commit'
105
105
with :
106
106
path : ~/.cache/pre-commit
@@ -116,7 +116,7 @@ jobs:
116
116
117
117
- name : Upload coverage data
118
118
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
120
120
with :
121
121
# Hack for v4.4 hidden file change
122
122
name : coverage-data
@@ -125,7 +125,7 @@ jobs:
125
125
126
126
- name : Upload documentation
127
127
if : matrix.session == 'docs-build'
128
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
128
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
129
129
with :
130
130
name : docs
131
131
path : docs/_build
You can’t perform that action at this time.
0 commit comments