Skip to content

Commit ef13449

Browse files
authored
chore(deps): Update dependencies for github (GoogleCloudPlatform#626)
1 parent ca657bc commit ef13449

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Authenticate to Google Cloud
5656
# only needed for Flakybot on periodic (schedule) and continuous (push) events
5757
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
58-
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
58+
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
5959
with:
6060
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
6161
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -99,7 +99,7 @@ jobs:
9999
- name: Authenticate to Google Cloud
100100
# only needed for Flakybot on periodic (schedule) and continuous (push) events
101101
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
102-
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
102+
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
103103
with:
104104
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
105105
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -205,7 +205,7 @@ jobs:
205205

206206
- id: "auth"
207207
name: Authenticate to Google Cloud
208-
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
208+
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
209209
with:
210210
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
211211
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -271,7 +271,7 @@ jobs:
271271

272272
- id: 'auth'
273273
name: Authenticate to Google Cloud
274-
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
274+
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
275275
with:
276276
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
277277
service_account: ${{ vars.SERVICE_ACCOUNT }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ jobs:
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
59+
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
6060
with:
6161
languages: ${{ matrix.language }}
6262

6363

6464
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6565
# If this step fails, then you should remove it and run the build manually
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
67+
uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
70+
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
7171
with:
7272
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565

6666
# Upload the results to GitHub's code scanning dashboard.
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
68+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
6969
with:
7070
sarif_file: resultsFiltered.sarif

0 commit comments

Comments
 (0)