diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 675ae842a..202bf4205 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -63,7 +63,7 @@ jobs: matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true fetch-depth: 0 @@ -95,7 +95,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true fetch-depth: ${{ github.event_name == 'push' && '0' || '1' }} @@ -144,7 +144,7 @@ jobs: run: tar -cvjf /tmp/doc.tbz2 . working-directory: ./build/tools/buildmgr/docs/doxygen/output/html/ - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: ${{ github.event_name == 'push' || github.event_name == 'release' }} with: ref: gh-pages @@ -198,7 +198,7 @@ jobs: python3 - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Create distribution folders run: | @@ -337,7 +337,7 @@ jobs: run: choco install -y unzip wget ninja - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true @@ -479,7 +479,7 @@ jobs: lcov - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: recursive diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9139248f9..f7821580d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: sudo apt-get install ninja-build - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 3da7fccc3..b9a9d4c40 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install dependencies run: | diff --git a/.github/workflows/global.yaml b/.github/workflows/global.yaml index e5490d98e..eb204bcf6 100644 --- a/.github/workflows/global.yaml +++ b/.github/workflows/global.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Check copyright notice run: | diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index b521226bc..81f31bc59 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Register markdownlint warning matcher run: | diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index c64a51259..ec4c548bd 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -61,7 +61,7 @@ jobs: matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: recursive fetch-depth: 0 @@ -101,7 +101,7 @@ jobs: matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: recursive @@ -171,7 +171,7 @@ jobs: lcov - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: recursive @@ -272,7 +272,7 @@ jobs: steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Create distribution folders run: | diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index 591a39f6a..57e9daeee 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -56,7 +56,7 @@ jobs: matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true fetch-depth: 0 @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Create distribution folders run: | @@ -155,7 +155,7 @@ jobs: matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true @@ -202,7 +202,7 @@ jobs: lcov - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index bd546507a..56241f70f 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true fetch-depth: 0 @@ -93,7 +93,7 @@ jobs: steps: - name: Checkout devtools if: matrix.pyswig || matrix.goswig - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true @@ -148,7 +148,7 @@ jobs: steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Create distribution folders run: | @@ -300,7 +300,7 @@ jobs: steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true @@ -356,7 +356,7 @@ jobs: lcov - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index af0a269ff..86d190e75 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -29,7 +29,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: persist-credentials: false diff --git a/.github/workflows/shared_matrix_prep.yml b/.github/workflows/shared_matrix_prep.yml index 7f3d0e45b..21ddddbc2 100644 --- a/.github/workflows/shared_matrix_prep.yml +++ b/.github/workflows/shared_matrix_prep.yml @@ -26,7 +26,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Check out repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - id: set-matrix run: | publicRepo=$(echo '${{ github.event.repository.private && 'privateRepo' || 'publicRepo' }}') diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index 73433d71d..49ab5a78c 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -53,7 +53,7 @@ jobs: matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: recursive fetch-depth: 0 @@ -92,7 +92,7 @@ jobs: matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: recursive @@ -162,7 +162,7 @@ jobs: lcov - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: recursive @@ -270,7 +270,7 @@ jobs: steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Create distribution folders run: | diff --git a/.github/workflows/test_libs.yml b/.github/workflows/test_libs.yml index 97eb37f7f..3c709987e 100644 --- a/.github/workflows/test_libs.yml +++ b/.github/workflows/test_libs.yml @@ -47,7 +47,7 @@ jobs: matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} steps: - name: Checkout devtools - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: true fetch-depth: 0