diff --git a/.github/workflows/checkpatch.yaml b/.github/workflows/checkpatch.yaml index 0ce518e4..7492c7a2 100644 --- a/.github/workflows/checkpatch.yaml +++ b/.github/workflows/checkpatch.yaml @@ -15,7 +15,7 @@ jobs: checkpatch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/publish-docker-tester.yml b/.github/workflows/publish-docker-tester.yml index 1c5d1368..ed074529 100644 --- a/.github/workflows/publish-docker-tester.yml +++ b/.github/workflows/publish-docker-tester.yml @@ -24,7 +24,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }} repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }} @@ -64,7 +64,7 @@ jobs: - name: Save tester image as tar run: docker save dpservice-tester:${{ env.DOCKER_IMAGE_SHA }} | gzip > /tmp/dpservice-tester.tar.gz - name: Upload tester image artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dpservice-tester-${{ github.run_id }} path: /tmp/dpservice-tester.tar.gz @@ -96,7 +96,7 @@ jobs: echo "DOCKER_IMAGE_SHA=${{ github.sha }}" >> $GITHUB_ENV fi - name: Download tester image artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: dpservice-tester-${{ github.run_id }} path: /tmp @@ -115,7 +115,7 @@ jobs: for i in $(docker ps -q); do docker stop $i; done # dpservice-go tests - name: Run checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ env.DOCKER_IMAGE_SHA }} repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }} diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 6bb58bfd..8cea4fc2 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 90 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0 id: meta diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 0e47ecd1..3dea494c 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -21,14 +21,14 @@ jobs: runs-on: ubuntu-latest steps: # Labels PRs based on branch, title, files, and body patterns - - uses: release-drafter/release-drafter/autolabeler@4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e # v7.5.1 + - uses: release-drafter/release-drafter/autolabeler@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0 if: github.event_name == 'pull_request_target' with: config-name: release-drafter.yml token: ${{ secrets.GITHUB_TOKEN }} # Drafts your next Release notes as Pull Requests are merged into "main" # or a release branch - - uses: release-drafter/release-drafter@4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e # v7.5.1 + - uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0 with: config-name: release-drafter.yml token: ${{ secrets.GITHUB_TOKEN }}