diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 9d25034..d9c9ca1 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -45,7 +45,7 @@ jobs: uploads.github.com:443 - name: 'Checkout repository' - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 # Initializes the CodeQL tools for scanning. - name: 'Initialize CodeQL' diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 6062d1e..5df18b8 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -29,7 +29,7 @@ jobs: github.com:443 - name: 'Checkout repository' - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: 'Dependency review' uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2 diff --git a/.github/workflows/ossf-scorecard.yaml b/.github/workflows/ossf-scorecard.yaml index 3ac982c..af81862 100644 --- a/.github/workflows/ossf-scorecard.yaml +++ b/.github/workflows/ossf-scorecard.yaml @@ -45,7 +45,7 @@ jobs: www.bestpractices.dev:443 - name: 'Checkout repository' - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: persist-credentials: false diff --git a/.github/workflows/python-app.yaml b/.github/workflows/python-app.yaml index 520d5c1..2928aa2 100644 --- a/.github/workflows/python-app.yaml +++ b/.github/workflows/python-app.yaml @@ -130,7 +130,7 @@ jobs: pypi.org:443 - name: 'Checkout repository' - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: # The `git describe` COMMIT_TAG output requires these fetch-* options. fetch-depth: 0 @@ -225,7 +225,7 @@ jobs: - name: 'Checkout repository' if: env.pr-commit == 'true' - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: # The `git-cliff` release notes action requires these fetch-* options. fetch-depth: 0 @@ -393,7 +393,7 @@ jobs: - name: 'Checkout repository' if: env.pr-release == 'true' - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: # The Git repository is only necessary for tagging and pushing. fetch-depth: 1