diff --git a/.github/workflows/configlet-sync.yml b/.github/workflows/configlet-sync.yml index 5c89c3c..e90b8ff 100644 --- a/.github/workflows/configlet-sync.yml +++ b/.github/workflows/configlet-sync.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Fetch configlet run: ./bin/fetch-configlet @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Fetch configlet run: ./bin/fetch-configlet diff --git a/.github/workflows/configlet.yml b/.github/workflows/configlet.yml index b0ce072..2e71e72 100644 --- a/.github/workflows/configlet.yml +++ b/.github/workflows/configlet.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Fetch configlet uses: exercism/github-actions/configlet-ci@main diff --git a/.github/workflows/docker-build-push-image.yml b/.github/workflows/docker-build-push-image.yml index 5d25cae..dd7db63 100644 --- a/.github/workflows/docker-build-push-image.yml +++ b/.github/workflows/docker-build-push-image.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: # Never deploy from non-main branches ref: main diff --git a/.github/workflows/keep-alive.yml b/.github/workflows/keep-alive.yml index 4838ef3..25d908b 100644 --- a/.github/workflows/keep-alive.yml +++ b/.github/workflows/keep-alive.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: repository: exercism/${{ inputs.repository || github.event.inputs.repository }} token: ${{ secrets.pat_empty_commits }} diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index cce131e..aec672a 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Sync labels uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index a507d0e..d4bdcd6 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Run shellcheck uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 diff --git a/.github/workflows/sorted.yml b/.github/workflows/sorted.yml index aac493d..3d043b7 100644 --- a/.github/workflows/sorted.yml +++ b/.github/workflows/sorted.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-slim steps: - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Check if practice exercises are sorted env: ORDERING: ${{ inputs.ordering }}