Skip to content

Commit 1ea1f8c

Browse files
github-actions(deps): bump the minor-and-patch-updates group with 2 updates
Bumps the minor-and-patch-updates group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [devops-actions/issue-comment-tag](https://github.com/devops-actions/issue-comment-tag). Updates `step-security/harden-runner` from 2.15.0 to 2.15.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@v2.15.0...58077d3) Updates `devops-actions/issue-comment-tag` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/devops-actions/issue-comment-tag/releases) - [Commits](devops-actions/issue-comment-tag@6dbf2b1...3a605c5) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: devops-actions/issue-comment-tag dependency-version: 0.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4573334 commit 1ea1f8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-toolnames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
steps:
2020
- name: Harden the runner (Audit all outbound calls)
21-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
21+
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
2222
with:
2323
egress-policy: audit
2424

.github/workflows/tag-on-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
egress-policy: audit
2020

2121
- name: Tag user on new issue
22-
uses: devops-actions/issue-comment-tag@6dbf2b1d509b1255e744349f7b0d5c1f723b22ef # v0.1.9
22+
uses: devops-actions/issue-comment-tag@3a605c5f21e15e5b963c866421bf4189bcc32310 # v0.1.10
2323
with:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
team: ${{ vars.TAG_USER }}

0 commit comments

Comments
 (0)