diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 15d4fc4..aa9179e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -26,7 +26,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - id: dsv # If using as a template outside of the actual repo, you sould reference like this instead: # uses: DelineaXPM/dsv-github-action@v1 # renovate: tag=v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be5347a..406bff0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 # https://github.com/magnetikonline/action-golang-cache - name: Setup Golang with cache @@ -22,7 +22,7 @@ jobs: with: go-version-file: go.mod # https://github.com/magnetikonline/action-golang- - - uses: aquaproj/aqua-installer@61e2563dfe7674cbf74fe6ec212e444198a3bb00 # tag=v2.0.2 + - uses: aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2 with: aqua_version: v2.21.3 enable_aqua_install: true @@ -36,7 +36,7 @@ jobs: version: latest args: init - name: docker-login - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3 with: username: ${{ secrets.DSV_DOCKER_USERNAME }} password: ${{ secrets.DSV_DOCKER_PASSWORD }}