From f342ea4d873fed2a1422b4292cfa3b41df81c7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:40:46 +0000 Subject: [PATCH] Bump the all-actions group across 1 directory with 3 updates Bumps the all-actions group with 3 updates in the / directory: [docker/login-action](https://github.com/docker/login-action), [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) and [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action). Updates `docker/login-action` from 1 to 3 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v3) Updates `zaproxy/action-baseline` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/zaproxy/action-baseline/releases) - [Changelog](https://github.com/zaproxy/action-baseline/blob/master/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-baseline/compare/v0.12.0...v0.13.0) Updates `SonarSource/sonarcloud-github-action` from 3.0 to 3.1 - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v3.0...v3.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: zaproxy/action-baseline dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: SonarSource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/api.yaml | 2 +- .github/workflows/backup.yaml | 2 +- .github/workflows/owasp_baseline.yml | 2 +- .github/workflows/schema-spy.yaml | 2 +- .github/workflows/sonarcloud.yml | 2 +- .github/workflows/web.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 52f88d96..de6790df 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Login to Artifactory - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: artifacts.developer.gov.bc.ca username: ${{ secrets.ARTIFACTORY_USERNAME }} diff --git a/.github/workflows/backup.yaml b/.github/workflows/backup.yaml index 2589724c..0067880f 100644 --- a/.github/workflows/backup.yaml +++ b/.github/workflows/backup.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Login to Artifactory - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: artifacts.developer.gov.bc.ca username: ${{ secrets.ARTIFACTORY_USERNAME }} diff --git a/.github/workflows/owasp_baseline.yml b/.github/workflows/owasp_baseline.yml index 2874a6f5..dd7ba050 100644 --- a/.github/workflows/owasp_baseline.yml +++ b/.github/workflows/owasp_baseline.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: OWASP ZAP Baseline Scan - uses: zaproxy/action-baseline@v0.12.0 + uses: zaproxy/action-baseline@v0.13.0 with: token: "" target: ${{ secrets.OWASP_SCAN_URL }} diff --git a/.github/workflows/schema-spy.yaml b/.github/workflows/schema-spy.yaml index 098eb2c8..4e983ee3 100644 --- a/.github/workflows/schema-spy.yaml +++ b/.github/workflows/schema-spy.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Login to Artifactory - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: artifacts.developer.gov.bc.ca username: ${{ secrets.ARTIFACTORY_USERNAME }} diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 032b01e9..672385a9 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v3.0 + uses: SonarSource/sonarcloud-github-action@v3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 75683187..0db4ba1c 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Login to Artifactory - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: artifacts.developer.gov.bc.ca username: ${{ secrets.ARTIFACTORY_USERNAME }}