Skip to content

Commit cf61500

Browse files
authored
Merge pull request #73 from conforma/renovate/main-github-actions
Update github actions (main) (minor)
2 parents f2e813d + 1582dde commit cf61500

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: 'Auto merge'
2222

2323
jobs:
2424
auto-merge:
25-
uses: conforma/github-workflows/.github/workflows/auto-merge.yaml@main
25+
uses: conforma/github-workflows/.github/workflows/auto-merge.yaml@cd705e88225322085c339c3985a18b34397e9846 # main
2626
secrets: inherit
2727
permissions:
2828
pull-requests: write

.github/workflows/label-pr-size.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Label PR by size
32-
uses: conforma/pr-size-label-action@v1.0.0
32+
uses: conforma/pr-size-label-action@9bff907ec68d5dcee52ee8b6a62cf48cf9cf3e49 # v1.2.0

.github/workflows/scorecards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131

3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
34+
uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
3535
with:
3636
egress-policy: audit
3737

3838
- name: "Checkout code"
39-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4040
with:
4141
persist-credentials: false
4242

@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
74+
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
7575
with:
7676
sarif_file: results.sarif

0 commit comments

Comments
 (0)