diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index a694a8d..02e5487 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -23,7 +23,7 @@ jobs: outputs: new_version: ${{ steps.tag.outputs.new_version }} # no prefix, may be `undefined` steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 # all history - id: tag @@ -42,8 +42,8 @@ jobs: needs: tag-new-version if: needs.tag-new-version.outputs.new_version steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: opensafely-core/setup-action@93841f27c28c75bf85b1a0a915e2391a06c6c8a6 # v1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + - uses: opensafely-core/setup-action@d9171097dd0d37bdb7bed58f701eb03ff317ed17 # v1 with: install-just: true - name: Set VERSION environment variable diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48df593..2138663 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,8 +11,8 @@ jobs: check: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: "opensafely-core/setup-action@93841f27c28c75bf85b1a0a915e2391a06c6c8a6" # v1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + - uses: "opensafely-core/setup-action@d9171097dd0d37bdb7bed58f701eb03ff317ed17" # v1 with: install-just: true install-uv: true @@ -23,8 +23,8 @@ jobs: test: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: "opensafely-core/setup-action@93841f27c28c75bf85b1a0a915e2391a06c6c8a6" # v1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + - uses: "opensafely-core/setup-action@d9171097dd0d37bdb7bed58f701eb03ff317ed17" # v1 with: install-just: true install-uv: true diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index b1f4e12..48f93e1 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -12,8 +12,8 @@ jobs: update-dependencies: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: "opensafely-core/setup-action@93841f27c28c75bf85b1a0a915e2391a06c6c8a6" # v1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + - uses: "opensafely-core/setup-action@d9171097dd0d37bdb7bed58f701eb03ff317ed17" # v1 with: install-uv: true install-just: true @@ -31,7 +31,7 @@ jobs: - name: Notify slack of PR if: ${{ steps.update.outputs.pull-request-operation != 'none' }} - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 + uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5 with: method: chat.postMessage token: ${{ secrets.BENNETTBOT_SLACK_BOT_TOKEN }} diff --git a/.github/workflows/uvmirror-update.yml b/.github/workflows/uvmirror-update.yml index fba7190..d504ee5 100644 --- a/.github/workflows/uvmirror-update.yml +++ b/.github/workflows/uvmirror-update.yml @@ -17,8 +17,8 @@ jobs: outputs: changed: ${{ steps.check_for_changes.outputs.changed }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: opensafely-core/setup-action@93841f27c28c75bf85b1a0a915e2391a06c6c8a6 # v1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + - uses: opensafely-core/setup-action@d9171097dd0d37bdb7bed58f701eb03ff317ed17 # v1 with: install-just: true install-uv: true @@ -43,12 +43,12 @@ jobs: app-id: ${{ vars.CREATE_PR_APP_ID }} private-key: ${{ secrets.CREATE_PR_APP_PRIVATE_KEY }} - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: ref: ${{ env.BRANCH_NAME }} token: ${{ steps.generate-token.outputs.token }} - - uses: opensafely-core/setup-action@93841f27c28c75bf85b1a0a915e2391a06c6c8a6 # v1 + - uses: opensafely-core/setup-action@d9171097dd0d37bdb7bed58f701eb03ff317ed17 # v1 with: install-just: true install-uv: true