diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 0c51fad3f..29ac8f43c 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -25,7 +25,7 @@ jobs: - name: Generate App Token id: token_generator - uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 + uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 with: app-id: ${{ secrets.OURANOS_HELPER_BOT_ID }} private-key: ${{ secrets.OURANOS_HELPER_BOT_KEY }} diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 75e457cdf..716e5de9e 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -48,7 +48,7 @@ jobs: pypi.org:443 - name: Generate App Token id: token_generator - uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 + uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 with: app-id: ${{ secrets.OURANOS_HELPER_BOT_ID }} private-key: ${{ secrets.OURANOS_HELPER_BOT_KEY }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1660149be..1debcaa7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: label: 'Environment setup (Python${{ matrix.python-version }}, lint)' continue-on-error: true - name: Environment Caching - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | ${{ matrix.testdata-cache }} @@ -157,7 +157,7 @@ jobs: label: 'Environment setup (Python${{ matrix.python-version }}, standard)' continue-on-error: true - name: Environment Caching - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | ${{ matrix.testdata-cache }} @@ -293,7 +293,7 @@ jobs: - name: Environment Caching # if prefetch is not in tox-env if: contains(matrix.tox-env, 'prefetch') == false - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | ${{ matrix.testdata-cache }} @@ -385,7 +385,7 @@ jobs: create-args: >- python=${{ matrix.python-version }} - name: Test Data Caching - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | ${{ matrix.testdata-cache }} diff --git a/.github/workflows/publish-mastodon.yml b/.github/workflows/publish-mastodon.yml index 143045337..2c7b3326f 100644 --- a/.github/workflows/publish-mastodon.yml +++ b/.github/workflows/publish-mastodon.yml @@ -65,7 +65,7 @@ jobs: CONTRIBUTORS: ${{ env.contributors }} - name: Send toot to Mastodon - uses: cbrgm/mastodon-github-action@e63ca54c7fe6e142917c5946620383200f376855 # v2.1.12 + uses: cbrgm/mastodon-github-action@bc7d8ca3721f71b1249765cff7f11ee59d0d2f51 # v2.1.13 with: url: ${{ secrets.MASTODON_URL }} access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }} diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 076105dbe..216074511 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -104,7 +104,7 @@ jobs: label: 'Environment Setup (Upstream, Python${{ matrix.python-version }})' continue-on-error: true - name: Test Data Caching - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | ${{ matrix.testdata-cache }}