File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -52,16 +52,16 @@ jobs:
52
52
53
53
# Initializes the CodeQL tools for scanning.
54
54
- name : Initialize CodeQL
55
- uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
55
+ uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
56
56
with :
57
57
languages : ${{ matrix.language }}
58
58
59
59
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
60
60
# If this step fails, then you should remove it and run the build manually
61
61
- name : Autobuild
62
- uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
62
+ uses : github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
63
63
64
64
- name : Perform CodeQL Analysis
65
- uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
65
+ uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
66
66
with :
67
67
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ jobs:
57
57
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
58
58
# format to the repository Actions tab.
59
59
- name : " Upload artifact"
60
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
60
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
61
61
with :
62
62
name : SARIF file
63
63
path : results.sarif
64
64
retention-days : 5
65
65
66
66
# Upload the results to GitHub's code scanning dashboard.
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
68
+ uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
69
69
with :
70
70
sarif_file : resultsFiltered.sarif
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ jobs:
52
52
53
53
- id : auth
54
54
name : Authenticate to Google Cloud
55
- uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
55
+ uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
56
56
with :
57
57
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
58
58
service_account : ${{ vars.SERVICE_ACCOUNT }}
59
59
access_token_lifetime : 600s
60
60
61
61
- id : secrets
62
62
name : Get secrets
63
- uses : google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
63
+ uses : google-github-actions/get-secretmanager-secrets@95a0b09b8348ef3d02c68c6ba5662a037e78d713 # v2.1.4
64
64
with :
65
65
secrets : |-
66
66
MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -161,7 +161,7 @@ jobs:
161
161
name : Authenticate to Google Cloud
162
162
# only needed for Flakybot on periodic (schedule) and continuous (push) events
163
163
if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
164
- uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
164
+ uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
165
165
with :
166
166
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
167
167
service_account : ${{ vars.SERVICE_ACCOUNT }}
You can’t perform that action at this time.
0 commit comments