Skip to content

Commit c6ac0e8

Browse files
chore(deps): update github-actions
1 parent ba74631 commit c6ac0e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
permissions:
2727
contents: read
2828
steps:
29-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3030
- id: dsv
3131
# If using as a template outside of the actual repo, you sould reference like this instead:
3232
# uses: DelineaXPM/dsv-github-action@v1 # renovate: tag=v1

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 15
1616
steps:
17-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1818

1919
# https://github.com/magnetikonline/action-golang-cache
2020
- name: Setup Golang with cache
2121
uses: magnetikonline/action-golang-cache@777394c89f8ed6fcf1649505277c46c1cd06494d # v4
2222
with:
2323
go-version-file: go.mod
2424
# https://github.com/magnetikonline/action-golang-
25-
- uses: aquaproj/aqua-installer@61e2563dfe7674cbf74fe6ec212e444198a3bb00 # tag=v2.0.2
25+
- uses: aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
2626
with:
2727
aqua_version: v2.21.3
2828
enable_aqua_install: true
@@ -36,7 +36,7 @@ jobs:
3636
version: latest
3737
args: init
3838
- name: docker-login
39-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
39+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
4040
with:
4141
username: ${{ secrets.DSV_DOCKER_USERNAME }}
4242
password: ${{ secrets.DSV_DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)