From 301d4620449621e4da7f32dc981811743ac5c757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:13:23 +0100 Subject: [PATCH] Add exact version tag to all pinned actions (#563) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/workflows/unittests.yml | 2 +- .github/workflows/update-cli-reference.yml | 4 ++-- .github/workflows/vale.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index c5d996fd..a3ad4b59 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -45,7 +45,7 @@ jobs: working-directory: test - name: Build artifact - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: name: marblerun path: | diff --git a/.github/workflows/update-cli-reference.yml b/.github/workflows/update-cli-reference.yml index c9fbdd99..706e6db1 100644 --- a/.github/workflows/update-cli-reference.yml +++ b/.github/workflows/update-cli-reference.yml @@ -40,7 +40,7 @@ jobs: - name: Publish new reference (create new branch) if: ${{ env.EXISTS == 0 }} - uses: dmnemec/copy_file_to_another_repo_action@c93037aa10fa8893de271f19978c980d0c1a9b37 # tag=v1.1.1 + uses: dmnemec/copy_file_to_another_repo_action@c93037aa10fa8893de271f19978c980d0c1a9b37 # v1.1.1 env: API_TOKEN_GITHUB: ${{ secrets.CI_GITHUB_REPOSITORY }} with: @@ -55,7 +55,7 @@ jobs: - name: Publish new reference (update branch) if: ${{ env.EXISTS == 1 }} - uses: dmnemec/copy_file_to_another_repo_action@c93037aa10fa8893de271f19978c980d0c1a9b37 # tag=v1.1.1 + uses: dmnemec/copy_file_to_another_repo_action@c93037aa10fa8893de271f19978c980d0c1a9b37 # v1.1.1 env: API_TOKEN_GITHUB: ${{ secrets.CI_GITHUB_REPOSITORY }} with: diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index d2af5f55..a7d7071a 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Vale - uses: errata-ai/vale-action@c4213d4de3d5f718b8497bd86161531c78992084 # v2 + uses: errata-ai/vale-action@c4213d4de3d5f718b8497bd86161531c78992084 # v2.0.1 with: files: docs/docs env: