Skip to content

Commit babeff8

Browse files
Bump the github-actions group across 2 directories with 2 updates (microsoft#2635)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 297d6ea commit babeff8

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/actions/setup-go/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ runs:
7171
7272
- if: ${{ inputs.create != 'true' }}
7373
name: Restore Go modules
74-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
74+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7575
with:
7676
key: ${{ steps.cache-info.outputs.modules-key }}
7777
path: |
7878
~/go/pkg/mod
7979
8080
- if: ${{ inputs.create != 'true' }}
8181
name: Restore Go build cache
82-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
82+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8383
with:
8484
key: unused-key-${{ github.run_id }}
8585
restore-keys: ${{ steps.cache-info.outputs.build-key }}-
@@ -90,7 +90,7 @@ runs:
9090
9191
- if: ${{ inputs.create != 'true' && inputs.lint-cache == 'true' }}
9292
name: Restore golangci-lint cache
93-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
93+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9494
with:
9595
key: unused-key-${{ github.run_id }}
9696
restore-keys: ${{ steps.cache-info.outputs.lint-key }}-
@@ -146,15 +146,15 @@ runs:
146146

147147
- if: ${{ inputs.create == 'true' }}
148148
name: Save Go modules
149-
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
149+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
150150
with:
151151
key: ${{ steps.cache-info.outputs.modules-key }}
152152
path: |
153153
~/go/pkg/mod
154154
155155
- if: ${{ inputs.create == 'true' }}
156156
name: Save Go build cache
157-
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
157+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
158158
with:
159159
key: ${{ steps.cache-info.outputs.build-key }}-${{ github.run_id }}
160160
path: |
@@ -164,7 +164,7 @@ runs:
164164
165165
- if: ${{ inputs.create == 'true' }}
166166
name: Save golangci-lint cache
167-
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
167+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
168168
with:
169169
key: ${{ steps.cache-info.outputs.lint-key }}-${{ github.run_id }}
170170
path: ${{ env.GOLANGCI_LINT_CACHE }}

.github/workflows/codeql.yml

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@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
51+
uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
5252
with:
5353
config-file: ./.github/codeql/codeql-configuration.yml
5454
# Override language selection by uncommenting this and choosing your languages
@@ -58,7 +58,7 @@ jobs:
5858
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959
# If this step fails, then you should remove it and run the build manually (see below).
6060
- name: Autobuild
61-
uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
61+
uses: github/codeql-action/autobuild@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
6262

6363
# ℹ️ Command-line programs to run using the OS shell.
6464
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -72,4 +72,4 @@ jobs:
7272
# make release
7373

7474
- name: Perform CodeQL Analysis
75-
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
75+
uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0

0 commit comments

Comments
 (0)