diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index cb1b700bb1..8c1c514894 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -75,7 +75,7 @@ jobs: fail-fast: false steps: - name: Install Git and checkout project - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Setup Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: diff --git a/.github/workflows/template.yml b/.github/workflows/template.yml index 8a5a4df3f6..ba658f6fa8 100644 --- a/.github/workflows/template.yml +++ b/.github/workflows/template.yml @@ -11,6 +11,6 @@ jobs: pr-title: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Run a PR title validation run: grep -E "^(CI:|DOC:|REFACT:|FIX:|MAINT:|TEST:|FEATURE:)" <<< "${{ github.event.pull_request.title }}"