From c41c6ce0cba8f12a897d8d04a3f37b621d1da252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:52:44 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `webiny/action-conventional-commits` from 1.3.1 to 1.4.2 - [Release notes](https://github.com/webiny/action-conventional-commits/releases) - [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.3.1...v1.4.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: webiny/action-conventional-commits dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 14 +++++++------- .github/workflows/test.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0c0adba..31346fc 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: name: "Lint Go" runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v6" + - uses: "actions/checkout@v7" - uses: "authzed/actions/setup-go@main" - name: "Lint Go" run: "go run magefile.go lint:go" @@ -28,7 +28,7 @@ jobs: name: "Generate Protobufs" runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v6" + - uses: "actions/checkout@v7" - uses: "authzed/actions/setup-go@main" - name: "Generate Protobufs" run: "go run magefile.go gen:proto" @@ -40,7 +40,7 @@ jobs: name: "Lint YAML" runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v6" + - uses: "actions/checkout@v7" - uses: "authzed/actions/setup-go@main" - name: "Lint Go" run: "go run magefile.go lint:extra" @@ -56,13 +56,13 @@ jobs: matrix: language: ["go"] steps: - - uses: "actions/checkout@v6" + - uses: "actions/checkout@v7" - uses: "authzed/actions/codeql@main" trivy: name: "Analyze with Trivy" runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v6" + - uses: "actions/checkout@v7" - name: "Run Trivy vulnerability scanner" uses: "aquasecurity/trivy-action@master" with: @@ -84,5 +84,5 @@ jobs: runs-on: "depot-ubuntu-24.04-small" if: "github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened' || github.event.action == 'edited')" steps: - - uses: "actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2 - - uses: "webiny/action-conventional-commits@v1.3.1" + - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v4.2.2 + - uses: "webiny/action-conventional-commits@v1.4.2" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e51c390..201a235 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: name: "Unit and Integration Tests" runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v6" + - uses: "actions/checkout@v7" - uses: "authzed/actions/setup-go@main" - uses: "authzed/action-spicedb@v1" with: