diff --git a/.github/workflows/autoTestPR.yml b/.github/workflows/autoTestPR.yml index b8add90d5e..41a5c0b949 100644 --- a/.github/workflows/autoTestPR.yml +++ b/.github/workflows/autoTestPR.yml @@ -21,11 +21,11 @@ jobs: run: | pip install lxml - name: checkout current repo - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: path: 'tests' - name: checkout TKG repo - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: repository: 'adoptium/TKG.git' ref: 'master' diff --git a/.github/workflows/directoriesFilesChangePR.yml b/.github/workflows/directoriesFilesChangePR.yml index 73f5090973..9d36bba192 100644 --- a/.github/workflows/directoriesFilesChangePR.yml +++ b/.github/workflows/directoriesFilesChangePR.yml @@ -14,7 +14,7 @@ jobs: outputs: buildLists: ${{ steps.locations_parse.outputs.build_lists }} steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - uses: jitterbit/get-changed-files@v1 id: get_change continue-on-error: true @@ -37,7 +37,7 @@ jobs: build_list: ${{ fromJson(needs.getBuildLists.outputs.buildLists) }} impl: [hotspot, openj9] steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - uses: AdoptOpenJDK/install-jdk@v1 with: version: ${{ matrix.version }} diff --git a/.github/workflows/disabledTestsLinter.yml b/.github/workflows/disabledTestsLinter.yml index 52eb430d7d..826038059a 100644 --- a/.github/workflows/disabledTestsLinter.yml +++ b/.github/workflows/disabledTestsLinter.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Install dependencies run: | diff --git a/.github/workflows/parse-issues.yml b/.github/workflows/parse-issues.yml index 7dc860b503..3fecb90fe1 100644 --- a/.github/workflows/parse-issues.yml +++ b/.github/workflows/parse-issues.yml @@ -19,7 +19,7 @@ jobs: with: python-version: 3.8 - name: checkout current repo - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: install reqs run: | pip install -r scripts/disabled_tests/requirements.txt diff --git a/.github/workflows/runAqa.yml b/.github/workflows/runAqa.yml index 1cf52979ea..9dd19c1857 100644 --- a/.github/workflows/runAqa.yml +++ b/.github/workflows/runAqa.yml @@ -22,12 +22,12 @@ jobs: id: workflow_run_info # Checkout current repo to access the repo-specific config file `.github/workflows/runAqaConfig.json` - name: Checkout current repo - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: path: 'main' # Checkout the main TKG repo to access the shared script `scripts/testRepo/runAqaArgParse.py` - name: Checkout main TKG repo - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: repository: 'adoptium/TKG.git' ref: 'master'