Skip to content

Commit 6aeff57

Browse files
authored
chore(deps): Update dependencies for github (GoogleCloudPlatform#282)
1 parent f66022d commit 6aeff57

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/codeql.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
58+
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
5959
with:
6060
languages: ${{ matrix.language }}
6161

6262
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6363
# If this step fails, then you should remove it and run the build manually
6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
65+
uses: github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
6666

6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
68+
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
6969
with:
7070
category: "/language:${{matrix.language}}"

.github/workflows/coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
}
4848
4949
- name: Setup Python
50-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
50+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
5151
with:
5252
python-version: "3.10"
5353

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
console.log('Failed to remove label. Another job may have already removed it!');
4848
}
4949
- name: Setup Python
50-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
50+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
5151
with:
5252
python-version: "3.12"
5353

.github/workflows/scorecard.yaml

+1-1
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@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
68+
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
6969
with:
7070
sarif_file: resultsFiltered.sarif

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
repository: ${{ github.event.pull_request.head.repo.full_name }}
6868

6969
- name: Setup Python ${{ matrix.python-version }}
70-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
70+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
7171
with:
7272
python-version: ${{ matrix.python-version }}
7373

@@ -145,7 +145,7 @@ jobs:
145145
repository: ${{ github.event.pull_request.head.repo.full_name }}
146146

147147
- name: Setup Python ${{ matrix.python-version }}
148-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
148+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
149149
with:
150150
python-version: ${{ matrix.python-version }}
151151

0 commit comments

Comments
 (0)