From 7a0614408331a86016ecc94ea2174984f9028611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 15:03:17 +0000 Subject: [PATCH] Bump the ci group across 1 directory with 3 updates Bumps the ci group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/integrationtest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrationtest.yaml b/.github/workflows/integrationtest.yaml index ed983be..2aaa7ba 100644 --- a/.github/workflows/integrationtest.yaml +++ b/.github/workflows/integrationtest.yaml @@ -53,7 +53,7 @@ jobs: app_id: ${{ secrets.OCMBOT_APP_ID }} private_key: ${{ secrets.OCMBOT_PRIV_KEY }} - name: checkout inttest - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # hard code repo because we want to reuse it across workflows repository: open-component-model/ocm-integrationtest @@ -79,7 +79,7 @@ jobs: echo "Building OCM from a pull request: ${REF}" echo "REF=${REF}" >> $GITHUB_ENV - name: checkout ocm - uses: actions/checkout@v4 + uses: actions/checkout@v5 if: ${{ ! inputs.use-release }} with: repository: ${{ env.REPO }} @@ -101,7 +101,7 @@ jobs: uses: open-component-model/ocm-setup-action@main if: ${{ inputs.use-release }} - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: '${{ github.workspace }}/go.mod' - name: create-cert @@ -223,7 +223,7 @@ jobs: email: noreply@github.com - name: send test result as PR comment if: ${{ env.REF_FROM_OTHER_WORKFLOW == false && github.event.client_payload }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ steps.generate_token.outputs.token }} script: |