Skip to content

Commit 2d2706a

Browse files
authored
Merge pull request #332 from github/dependabot/github_actions/dependencies-4bae8ae7a8
chore(deps): bump the dependencies group with 4 updates
2 parents 0281c39 + 1c580ab commit 2d2706a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/linter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt -r requirements-test.txt
3030
- name: Lint Code Base
31-
uses: super-linter/super-linter@88ea3923a7e1f89dd485d079f6eb5f5e8f937589
31+
uses: super-linter/super-linter@3fe03abab2eafb293ace16d4a3b07aeabcb3f1a0
3232
env:
3333
DEFAULT_BRANCH: main
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
IMAGE_NAME: github/issue_metrics # different than repo name (underscore instead of dash)
5454
steps:
5555
- name: Set up Docker Buildx
56-
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
56+
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
5757
- name: Log in to the Container registry
5858
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
5959
with:
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6464
- name: Push Docker Image
6565
if: ${{ success() }}
66-
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1
66+
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
6767
with:
6868
context: .
6969
file: ./Dockerfile

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
results_format: sarif
3737
publish_results: true
3838
- name: "Upload artifact"
39-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
39+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
4040
with:
4141
name: SARIF file
4242
path: results.sarif

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you then still feel the need to ask a question and need clarification, we rec
2323

2424
- Open an [Issue](https://github.com/github/issue-metrics/issues/new).
2525
- Provide as much context as you can about what you're running into.
26-
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.
26+
- Provide project and platform versions (Node.js, npm, etc), depending on what seems relevant.
2727

2828
We will then take care of the issue as soon as possible.
2929

docs/assign-team-instead-of-individual.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Assigning teams instead of individuals
22

3-
The assignee part of this workflow action comes from [a different GitHub action](https://github.com/peter-evans/create-issue-from-file) and currently GitHub issues don't support assigning groups.
3+
The assignee part of this workflow action comes from [a different GitHub Action](https://github.com/peter-evans/create-issue-from-file) and currently GitHub issues don't support assigning groups.
44

55
By way of work around, you could use the [GitHub API to retrieve the members of the team](https://docs.github.com/en/rest/teams/members?apiVersion=2022-11-28#list-team-members) and then put them in a comma separated string that you provide as the assignee.
66

0 commit comments

Comments
 (0)