diff --git a/.github/workflows/dependancy-review.yml b/.github/workflows/dependancy-review.yml index bbffcc03..7c4c5c89 100644 --- a/.github/workflows/dependancy-review.yml +++ b/.github/workflows/dependancy-review.yml @@ -16,7 +16,7 @@ jobs: egress-policy: audit - name: 'Checkout Repository' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/docker-build-push-integration-tests.yml b/.github/workflows/docker-build-push-integration-tests.yml index 0b8d8709..89d75ac7 100644 --- a/.github/workflows/docker-build-push-integration-tests.yml +++ b/.github/workflows/docker-build-push-integration-tests.yml @@ -19,7 +19,7 @@ jobs: build-and-push: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Login to GitHub Container Registry uses: docker/login-action@v3 diff --git a/.github/workflows/go-lint-golangci.yml b/.github/workflows/go-lint-golangci.yml index ee91544b..3ff2ffed 100644 --- a/.github/workflows/go-lint-golangci.yml +++ b/.github/workflows/go-lint-golangci.yml @@ -16,7 +16,7 @@ jobs: name: '🧹golangci' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-go@v6 diff --git a/.github/workflows/go-security-gosec.yml b/.github/workflows/go-security-gosec.yml index 8576c9a5..512b8a17 100644 --- a/.github/workflows/go-security-gosec.yml +++ b/.github/workflows/go-security-gosec.yml @@ -26,7 +26,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/pr-title-validation.yml b/.github/workflows/pr-title-validation.yml index c5818651..6e3f3f0b 100644 --- a/.github/workflows/pr-title-validation.yml +++ b/.github/workflows/pr-title-validation.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run Check Script run: python3 scripts/pr_title_validator.py diff --git a/.github/workflows/provider-generate-docs.yml b/.github/workflows/provider-generate-docs.yml index 281911e9..dbe85ce5 100644 --- a/.github/workflows/provider-generate-docs.yml +++ b/.github/workflows/provider-generate-docs.yml @@ -21,7 +21,7 @@ jobs: uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/provider-integration-test.yml b/.github/workflows/provider-integration-test.yml index 64451876..40aad1d7 100644 --- a/.github/workflows/provider-integration-test.yml +++ b/.github/workflows/provider-integration-test.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: deploymenttheory/terraform-provider-jamfpro ref: ${{ env.REF_TO_CHECKOUT }} diff --git a/.github/workflows/provider-release.yml b/.github/workflows/provider-release.yml index 2bb93e5b..1d876319 100644 --- a/.github/workflows/provider-release.yml +++ b/.github/workflows/provider-release.yml @@ -27,7 +27,7 @@ jobs: egress-policy: audit - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.inputs.release_version || github.ref }} @@ -86,7 +86,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.inputs.release_version || github.ref }} diff --git a/.github/workflows/python-pylint.yml b/.github/workflows/python-pylint.yml index a8ecaf59..317c394d 100644 --- a/.github/workflows/python-pylint.yml +++ b/.github/workflows/python-pylint.yml @@ -12,7 +12,7 @@ jobs: matrix: python-version: ["3.13"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: diff --git a/.github/workflows/sandbox-nightly-test-cleanup.yaml b/.github/workflows/sandbox-nightly-test-cleanup.yaml index e42f042e..5ef0adf5 100644 --- a/.github/workflows/sandbox-nightly-test-cleanup.yaml +++ b/.github/workflows/sandbox-nightly-test-cleanup.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout Terraform Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: deploymenttheory/terraform-provider-jamfpro ref: main