Skip to content

Commit 28015d1

Browse files
deps: update github-actions (minor) (#4043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec37d08 commit 28015d1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/actions/gke-login/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
with:
3434
credentials_json: '${{ inputs.credentials-json }}'
3535
- name: Get GKE credentials
36-
uses: google-github-actions/get-gke-credentials@9025e8f90f2d8e0c3dafc3128cc705a26d992a6a # v2
36+
uses: google-github-actions/get-gke-credentials@64bc7249bbcf78056bb92f14d3cedc2da193946c # v2
3737
with:
3838
cluster_name: ${{ inputs.cluster-name }}
3939
location: ${{ inputs.cluster-location }}

.github/workflows/add-new-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
github-token: '${{ steps.generate-github-token.outputs.token }}'
3232

3333
- name: Update Created At field
34-
uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4 # main
34+
uses: github/update-project-action@855b6a7c34beb8568df7291e7c0e84650d66c934 # main
3535
id: update-created-at
3636
with:
3737
github_token: ${{ steps.generate-github-token.outputs.token }}

.github/workflows/closed-issue.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
1919
- name: Generate GitHub token
2020
id: generate-github-token
21-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
21+
uses: tibdex/github-app-token@a3da042061e3b5d09ad01f41d2328f429d8d1c62
2222
with:
2323
app_id: ${{ secrets.GH_APP_ID_DISTRO_CI }}
2424
private_key: ${{ secrets.GH_APP_PRIVATE_KEY_DISTRO_CI }}
2525

2626
- name: Update Closed At field
27-
uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4 # main
27+
uses: github/update-project-action@855b6a7c34beb8568df7291e7c0e84650d66c934 # main
2828
id: update-closed-at
2929
with:
3030
github_token: ${{ steps.generate-github-token.outputs.token }}

.github/workflows/sec-codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@5b49155c7f37b5ec074ffd26b428e6b64b1bf412
51+
uses: github/codeql-action/init@0df935330d52a7035f99c4a23e7f1990ce7d3e5f
5252
with:
5353
languages: ${{ matrix.language }}
5454
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
6363
# If this step fails, then you should remove it and run the build manually (see below)
6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@5b49155c7f37b5ec074ffd26b428e6b64b1bf412
65+
uses: github/codeql-action/autobuild@0df935330d52a7035f99c4a23e7f1990ce7d3e5f
6666

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

7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@5b49155c7f37b5ec074ffd26b428e6b64b1bf412
78+
uses: github/codeql-action/analyze@0df935330d52a7035f99c4a23e7f1990ce7d3e5f
7979
with:
8080
category: "/language:${{ matrix.language }}"

.github/workflows/sec-scorecard.yaml

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

6464
# Upload the results to GitHub's code scanning dashboard.
6565
- name: "Upload to code-scanning"
66-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
66+
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
6767
with:
6868
sarif_file: results.sarif

0 commit comments

Comments
 (0)