Skip to content

Commit caca934

Browse files
chore(deps): pin dependencies
1 parent 4402697 commit caca934

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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@v3
29+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 15
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818

1919
# https://github.com/magnetikonline/action-golang-cache
2020
- name: Setup Golang with cache
@@ -23,17 +23,17 @@ jobs:
2323
go-version-file: go.mod
2424

2525
- name: mage-tidy
26-
uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2
26+
uses: magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2
2727
with:
2828
version: latest
2929
args: init
3030
- name: docker-login
31-
uses: docker/login-action@v2 # renovate: tag=v2
31+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
3232
with:
3333
username: ${{ secrets.DSV_DOCKER_USERNAME }}
3434
password: ${{ secrets.DSV_DOCKER_PASSWORD }}
3535
- name: mage-release
36-
uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2
36+
uses: magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2
3737
with:
3838
version: latest
3939
args: release

0 commit comments

Comments
 (0)