diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index c031a03..19cef9e 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@5e5f99653a5b510e8555840e80cbf1514ad4af38 # v2.1.0 + uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2.0 - name: Add a label for a major update if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-major' }} run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 85ae192..6bde782 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,7 +44,7 @@ jobs: with: fetch-depth: 0 - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@74606c30450304eee8660aae751818321754feb1 # v3.0.9 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@b88cd0aad2c36a63e42c71f81cb1958fed95ac87 # v3.0.10 - name: Check that "do not merge" label is not present if: contains(github.event.pull_request.labels.*.name, 'do not merge') run: |