Skip to content

Commit 57bddbd

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 1 directory with 3 updates
Bumps the github-actions-dependencies group with 3 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action), [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action). Updates `github/codeql-action` from 3.28.13 to 3.28.14 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b549b9...fc7e4a0) Updates `tj-actions/changed-files` from 46.0.3 to 46.0.4 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@823fceb...6cb76d0) Updates `alstr/todo-to-issue-action` from 5.1.10 to 5.1.11 - [Release notes](https://github.com/alstr/todo-to-issue-action/releases) - [Commits](alstr/todo-to-issue-action@9733933...092fdad) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: tj-actions/changed-files dependency-version: 46.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: alstr/todo-to-issue-action dependency-version: 5.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 548fec1 commit 57bddbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ jobs:
103103
steps:
104104
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105105

106-
- uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13with:
106+
- uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.13with:
107107
with:
108108
languages: ${{ matrix.language }}
109109

110-
- uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
110+
- uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
111111
with:
112112
category: "/language:${{matrix.language}}"
113113

@@ -121,7 +121,7 @@ jobs:
121121
fetch-depth: "${{ inputs.lint-all && 1 || 0 }}"
122122

123123
- id: changed-files
124-
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46.0.3
124+
uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
125125
if: ${{ inputs.lint-all == false }}
126126
with:
127127
files: ${{ inputs.action-files }}

.github/workflows/need-fix-to-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
4646

4747
- name: "TODO to Issue"
48-
uses: "alstr/todo-to-issue-action@973393389c53206cc1f317f9ae6d316ec1ac5f93" # v5.1.10
48+
uses: "alstr/todo-to-issue-action@092fdad950584acbfb826d6653cba7f24a5d5e94" # v5.1.11
4949
with:
5050
IDENTIFIERS: |
5151
[

0 commit comments

Comments
 (0)