From 473396c29ce8e54f136f315f77f5183cccdbdc87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:45:45 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [Roang-zero1/github-create-release-action](https://github.com/roang-zero1/github-create-release-action). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v3...v4) Updates `Roang-zero1/github-create-release-action` from 2.1.0 to 3.0.1 - [Release notes](https://github.com/roang-zero1/github-create-release-action/releases) - [Changelog](https://github.com/Roang-zero1/github-create-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/roang-zero1/github-create-release-action/compare/5cf058ddffa6fa04e5cda07c98570c757dc4a0e1...57eb9bdce7a964e48788b9e78b5ac766cb684803) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Roang-zero1/github-create-release-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 4 ++-- .github/workflows/semgrep.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f74bad1..1db62bc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -38,9 +38,9 @@ jobs: needs: [test] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: Roang-zero1/github-create-release-action@5cf058ddffa6fa04e5cda07c98570c757dc4a0e1 + - uses: Roang-zero1/github-create-release-action@57eb9bdce7a964e48788b9e78b5ac766cb684803 with: version_regex: ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+ env: diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 44718e2..6c8c0e1 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -11,7 +11,7 @@ jobs: image: returntocorp/semgrep if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot') steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5.2 - run: semgrep ci env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}