diff --git a/.github/workflows/run-command.yml b/.github/workflows/run-command.yml index fe9f777..714f447 100644 --- a/.github/workflows/run-command.yml +++ b/.github/workflows/run-command.yml @@ -23,7 +23,7 @@ jobs: GIST_ID: 95bd06a2adf814823623f01cf4a7f871 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: fetch-depth: 0 # History plugin requires complete log # Defines Git settings used for updating packages diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e5f897..f7c0307 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: GIST_ID_TEST: steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: fetch-depth: 0 # Determination of changed packages requires complete log # Defines Git settings used for updating packages diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b162c47..176afe3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -27,7 +27,7 @@ jobs: GIST_ID: 95bd06a2adf814823623f01cf4a7f871 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: fetch-depth: 0 # History plugin requires complete log token: ${{ secrets.GITHUBREPO_API_KEY }} # Use a token from swissgrc-bot user, since it has permission to bypass branch protection policy