From a352e0845b16c79e04d3a913d2a304aec18c7681 Mon Sep 17 00:00:00 2001 From: Haroon Khel <34969545+Haroon-Khel@users.noreply.github.com> Date: Tue, 9 Jan 2024 05:42:41 +0800 Subject: [PATCH] replace action version number with SHA (#3597) --- .github/workflows/build-autotriage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-autotriage.yml b/.github/workflows/build-autotriage.yml index 5d4ff3d59..38f733469 100644 --- a/.github/workflows/build-autotriage.yml +++ b/.github/workflows/build-autotriage.yml @@ -16,13 +16,13 @@ jobs: name: Run Build Triage if: github.repository == 'adoptium/temurin-build' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: "Run Build Auto Triage" run: bash "${PWD}/${TRIAGE_SCRIPT}" jdk8u jdk11u jdk17u jdk21u jdk22 jdk23head - name: Create Issue From File env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: JasonEtco/create-an-issue@v2 + uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd # v2 with: filename: ./build_triage_output.md \ No newline at end of file