Skip to content

Commit 7f322e7

Browse files
Bump actions/checkout from 3.4.0 to 3.5.0 (#1081)
1 parent 42d5e18 commit 7f322e7

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
language: [ 'go' ]
4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
42+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-20.04
3030

3131
steps:
32-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
32+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
3333
- name: Extract version of Go to use
3434
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
3535
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0

.github/workflows/scorecard_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write
2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
26+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2727
with:
2828
persist-credentials: false
2929

.github/workflows/validate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
image: ghcr.io/gythialy/golang-cross:v1.20.1-1@sha256:38af1ee9c64749dc4a456494aae853760f2db50648e955648bdeca8ef260215f
4848

4949
steps:
50-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
50+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
5151

5252
# Error: fatal: detected dubious ownership in repository at '/__w/fulcio/fulcio'
5353
# To add an exception for this directory, call:

.github/workflows/verify-k8s.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: k8s manifest check
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
28+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2929
- name: Extract version of Go to use
3030
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
3131
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
@@ -63,7 +63,7 @@ jobs:
6363
GIT_VERSION: test
6464

6565
steps:
66-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
66+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
6767
- name: Extract version of Go to use
6868
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
6969
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: license boilerplate check
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
28+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2929
- name: Extract version of Go to use
3030
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
3131
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
@@ -43,7 +43,7 @@ jobs:
4343
name: golangci-lint
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
46+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
4747
- name: deps
4848
run: sudo apt-get update && sudo apt-get install -yq libpcsclite-dev
4949
- name: Extract version of Go to use
@@ -62,7 +62,7 @@ jobs:
6262
name: oidc-config
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
65+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
6666
- name: Extract version of Go to use
6767
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
6868
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0

0 commit comments

Comments
 (0)