Skip to content

Commit

Permalink
replace action version number with SHA (#3597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored Jan 8, 2024
1 parent d8c3582 commit a352e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-autotriage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a352e08

Please sign in to comment.