chore(deps): bump the ci group with 6 updates#619
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump the ci group with 6 updates#619dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the ci group with 6 updates: | Package | From | To | | --- | --- | --- | | [blackduck-inc/black-duck-security-scan](https://github.com/blackduck-inc/black-duck-security-scan) | `2.0.0` | `2.1.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.3.0` | `5.4.0` | | [actions/cache](https://github.com/actions/cache) | `4.2.1` | `4.2.3` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.9` | `3.28.12` | | [docker/login-action](https://github.com/docker/login-action) | `3.3.0` | `3.4.0` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.8.0` | `3.8.1` | Updates `blackduck-inc/black-duck-security-scan` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/blackduck-inc/black-duck-security-scan/releases) - [Changelog](https://github.com/blackduck-inc/black-duck-security-scan/blob/main/releasesrc) - [Commits](blackduck-inc/black-duck-security-scan@v2.0.0...v2.1.0) Updates `actions/setup-go` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) Updates `actions/cache` from 4.2.1 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...5a3ec84) Updates `github/codeql-action` from 3.28.9 to 3.28.12 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e8d078...5f8171a) Updates `docker/login-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...74a5d14) Updates `sigstore/cosign-installer` from 3.8.0 to 3.8.1 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@c56c2d3...d7d6bc7) --- updated-dependencies: - dependency-name: blackduck-inc/black-duck-security-scan dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com>
| - name: Run Black Duck Full SCA Scan (Push, Manual Trigger or Schedule) | ||
| if: ${{ github.event_name != 'pull_request_target' }} | ||
| uses: blackduck-inc/black-duck-security-scan@v2.0.0 | ||
| uses: blackduck-inc/black-duck-security-scan@v2.1.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
|
|
||
| - name: Run Black Duck SCA Scan (Pull Requests) | ||
| uses: blackduck-inc/black-duck-security-scan@v2.0.0 | ||
| uses: blackduck-inc/black-duck-security-scan@v2.1.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the ci group with 6 updates:
2.0.02.1.05.3.05.4.04.2.14.2.33.28.93.28.123.3.03.4.03.8.03.8.1Updates
blackduck-inc/black-duck-security-scanfrom 2.0.0 to 2.1.0Release notes
Sourced from blackduck-inc/black-duck-security-scan's releases.
Commits
66ede8fMerge pull request #52 from blackduck-inc/upgrade-version-2.1.0f6f5fd0feat: version upgrade to v2.1.0fb3ddf4feat: [SIGINT-2798] Add mark_build_status support and return status code from...6c5b984Merge pull request #49 from blackduck-inc/fix-polaris-bridge-job-failure074ee52Fix: Added make module to the script to resolve Polaris-Bridge job failure in...49ab8c3Fix for polaris-bridge job failure in GitLab CI pipeline (#48)950a055feat: [SIGINT-2798] Implement Unit Tests for BridgeExecuted and Exit Code Han...3bec576Merge pull request #46 from blackduck-inc/SIGINT-27981f013a2feat: [SIGINT-2798] Add mark_build_status support and return status code from...298eb6bfeat: [SIGINT-2798] Add mark_build_status support and return status code from...Updates
actions/setup-gofrom 5.3.0 to 5.4.0Release notes
Sourced from actions/setup-go's releases.
Commits
0aaccfdBump undici from 5.28.4 to 5.28.5 (#541)c4c1141upgrade actions/cache to 4.0.2 (#568)5a083d0Bump eslint-config-prettier from 8.10.0 to 10.0.1 (#536)1d82324Bump semver from 7.6.0 to 7.6.3 (#535)Updates
actions/cachefrom 4.2.1 to 4.2.3Release notes
Sourced from actions/cache's releases.
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
5a3ec84Merge pull request #1577 from salmanmkc/salmanmkc/4-test7de2102Update releases.md76d40ddUpdate to use the latest version of the cache package to obfuscate the SAS76dd5ebupdate cache with main8c80c27new package45cfd0eupdatesedd449bupdated cache with latest changes0576707latest test before pr3105dc9update9450d42maskUpdates
github/codeql-actionfrom 3.28.9 to 3.28.12Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
5f8171aMerge pull request #2814 from github/update-v3.28.12-6349095d1bb59f77Update changelog for v3.28.126349095Merge pull request #2810 from github/update-bundle/codeql-bundle-v2.20.7d7d03fdAdd changelog note4e3a534Update default bundle to codeql-bundle-v2.20.755f0237Merge pull request #2802 from github/mbg/dependency-caching/java-buildless6a151cdMerge pull request #2811 from github/dependabot/github_actions/actions-c2c311...7866bcdManually bump workflow to match autogenerated file611289ebuild(deps): bump ruby/setup-ruby in the actions group4c409a5Remove temporary dependency directory inanalyzepost actionUpdates
docker/login-actionfrom 3.3.0 to 3.4.0Release notes
Sourced from docker/login-action's releases.
Commits
74a5d14Merge pull request #856 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...2f4f00echore: update generated content67c1845build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...3d4cc89Merge pull request #844 from graysonpike/master6cc823aMerge pull request #823 from docker/dependabot/npm_and_yarn/proxy-agent-depen...d94e792chore: update generated content033db0dMerge pull request #812 from docker/dependabot/github_actions/codecov/codecov...09c2ae9build(deps): bump https-proxy-agentba56f00ci: update deprecated input for codecov-action75bf9a7Merge pull request #858 from docker/dependabot/npm_and_yarn/docker/actions-to...Updates
sigstore/cosign-installerfrom 3.8.0 to 3.8.1Release notes
Sourced from sigstore/cosign-installer's releases.
Commits
d7d6bc7use cosign 2.4.3 and other updates (#182)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions