Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 317bb1e

Browse files
build(deps): bump actions/checkout from 3.5.2 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e41aca9 commit 317bb1e

5 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
language: ['go']
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3
28+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v2 # ratchet:exclude
3131
with:

.github/workflows/keyless-salsa-integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-20.04
2020
steps:
2121
- name: Checkout Code
22-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3
22+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
2323
- name: Authenticate to Google Cloud
2424
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # ratchet:google-github-actions/[email protected]
2525
id: google

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
outputs:
2323
version: ${{ steps.set-version.outputs.version }}
2424
steps:
25-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
25+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
2626
- name: set version
2727
id: set-version
2828
run: |
@@ -31,7 +31,7 @@ jobs:
3131
test:
3232
runs-on: ubuntu-20.04
3333
steps:
34-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
34+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
3535
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # ratchet:actions/setup-go@v3
3636
with:
3737
go-version-file: ./go.mod
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-20.04
5151
steps:
5252
- name: Checkout latest code
53-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
53+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
5454
with:
5555
fetch-depth: 0
5656
- name: Set up Go

.github/workflows/ratchet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
codeql-analysis.yml
1919
]
2020
steps:
21-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
21+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2222
- name: Check if ${{matrix.asset}} is pinned
2323
uses: 'docker://ghcr.io/sethvargo/ratchet@sha256:e5b2409be0d1c82c71a6e60c49027e539f4c90636529e4f8b5c25a68b68a36d4' # ratchet:docker://ghcr.io/sethvargo/ratchet:0.3.0
2424
with:

.github/workflows/service-account-salsa-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- run: echo 'The triggering workflow passed'
2020
- name: Checkout Code
21-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3
21+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
2222
# For demonstration purpose
2323
# Credentials needed to authenticate to google kms and sign image.
2424
- name: Authenticate to Google Cloud

0 commit comments

Comments
 (0)