Skip to content

Commit 8cbae67

Browse files
ci: bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) and [creatornader/oss-security-scan/.github/workflows/oss-security-scan.yml](https://github.com/creatornader/oss-security-scan). Updates `dependabot/fetch-metadata` from 2 to 3 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2...v3) Updates `creatornader/oss-security-scan/.github/workflows/oss-security-scan.yml` from 0.1.0 to 0.1.1 - [Changelog](https://github.com/creatornader/oss-security-scan/blob/main/CHANGELOG.md) - [Commits](creatornader/oss-security-scan@v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: creatornader/oss-security-scan/.github/workflows/oss-security-scan.yml dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b8d59c commit 8cbae67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Get Dependabot metadata
3636
id: metadata
37-
uses: dependabot/fetch-metadata@v2
37+
uses: dependabot/fetch-metadata@v3
3838
with:
3939
github-token: ${{ secrets.GITHUB_TOKEN }}
4040

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323

2424
jobs:
2525
scan:
26-
uses: creatornader/oss-security-scan/.github/workflows/oss-security-scan.yml@v0.1.0
26+
uses: creatornader/oss-security-scan/.github/workflows/oss-security-scan.yml@v0.1.1
2727
with:
2828
run-osv-scanner: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
2929

0 commit comments

Comments
 (0)