diff --git a/.github/workflows/app-build-and-deploy.yml b/.github/workflows/app-build-and-deploy.yml index 9d217d4..9c9b76c 100644 --- a/.github/workflows/app-build-and-deploy.yml +++ b/.github/workflows/app-build-and-deploy.yml @@ -82,7 +82,7 @@ jobs: name: package-lock.json path: . - name: Checkout this repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: 'clearlydefined/operations' ref: 'v3.2.0' diff --git a/.github/workflows/app-build-docker-image.yml b/.github/workflows/app-build-docker-image.yml index dc80243..7659992 100644 --- a/.github/workflows/app-build-docker-image.yml +++ b/.github/workflows/app-build-docker-image.yml @@ -58,7 +58,7 @@ jobs: docker-image-to-use: ${{ env.DOCKER_IMAGE_TO_USE }} steps: - name: Checkout this repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: 'clearlydefined/operations' ref: 'v3.2.0' @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest needs: [check-deployable, build-image-names] steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Log into Docker Hub if: ${{ inputs.docker-hub-username != '' }} uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 diff --git a/.github/workflows/app-is-deployable.yml b/.github/workflows/app-is-deployable.yml index eb94a18..6abbf96 100644 --- a/.github/workflows/app-is-deployable.yml +++ b/.github/workflows/app-is-deployable.yml @@ -23,7 +23,7 @@ jobs: is-dev: "${{ env.IS_DEV }}" steps: - name: Checkout this repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: 'clearlydefined/operations' ref: 'v3.2.0' @@ -44,7 +44,7 @@ jobs: if: ${{ needs.confirm-dev.outputs.is-dev != 'true' }} steps: - name: Checkout this repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: 'clearlydefined/operations' ref: 'v3.2.0' diff --git a/.github/workflows/backup-data-build.yml b/.github/workflows/backup-data-build.yml index 2e5adfa..cc7f2f8 100644 --- a/.github/workflows/backup-data-build.yml +++ b/.github/workflows/backup-data-build.yml @@ -22,10 +22,10 @@ jobs: run: working-directory: ./tools/blobstorage-backupdata steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup .NET - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 with: global-json-file: ./tools/blobstorage-backupdata/global.json diff --git a/.github/workflows/backup-data-docker-image.yml b/.github/workflows/backup-data-docker-image.yml index d0368a0..2ace974 100644 --- a/.github/workflows/backup-data-docker-image.yml +++ b/.github/workflows/backup-data-docker-image.yml @@ -19,9 +19,9 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 with: global-json-file: tools/blobstorage-backupdata/global.json diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7fceef..300d460 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,9 @@ jobs: run: working-directory: ./tools/integration steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 cache: 'npm' diff --git a/.github/workflows/integration-test-custom.yml b/.github/workflows/integration-test-custom.yml index 89dc055..887275c 100644 --- a/.github/workflows/integration-test-custom.yml +++ b/.github/workflows/integration-test-custom.yml @@ -46,9 +46,9 @@ jobs: run: working-directory: ./tools/integration steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 cache: 'npm' @@ -70,7 +70,7 @@ jobs: outputs: vm_ip: ${{ steps.create_vm.outputs.publicIpAddress }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Azure Login uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 @@ -200,9 +200,9 @@ jobs: run: working-directory: ./tools/integration steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 cache: 'npm' @@ -223,7 +223,7 @@ jobs: run: DEV_API_BASE_URL=${{ env.DEV_API_BASE_URL }} DYNAMIC_COORDINATES=${{ matrix.dynamicCoordinates }} npm run definitions-diff ${{ github.event.inputs.baseFolderPath }} - name: Upload diffs artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: diffs-${{ matrix.dynamicCoordinates == 'true' && 'dynamic' || 'static' }} path: ./tools/integration/${{ github.event.inputs.baseFolderPath }} @@ -241,7 +241,7 @@ jobs: contents: read packages: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Azure Login uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 diff --git a/.github/workflows/integration-test-service.yml b/.github/workflows/integration-test-service.yml index e01b336..73bf430 100644 --- a/.github/workflows/integration-test-service.yml +++ b/.github/workflows/integration-test-service.yml @@ -15,9 +15,9 @@ jobs: run: working-directory: ./tools/integration steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 cache: 'npm' diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 4a3e50f..428b54c 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -32,9 +32,9 @@ jobs: run: working-directory: ./tools/integration steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 cache: 'npm' @@ -69,7 +69,7 @@ jobs: run: DYNAMIC_COORDINATES=${{ matrix.dynamicCoordinates }} npm run definitions-diff ${{ github.event.inputs.baseFolderPath || 'diffs' }} - name: Upload diffs artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: diffs-${{ matrix.dynamicCoordinates == 'true' && 'dynamic' || 'static' }} path: ./tools/integration/${{ github.event.inputs.baseFolderPath || 'diffs' }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c350f62..df49c6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Bats run: |