mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-19 12:02:34 +00:00
Compare commits
2 Commits
b73e8440e2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49d6923a24 | ||
|
|
e80c8bb3bf |
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
language: ["actions", "go"]
|
language: ["actions", "go"]
|
||||||
steps:
|
steps:
|
||||||
- name: CodeQL Analysis
|
- name: CodeQL Analysis
|
||||||
uses: ivuorinen/actions/codeql-analysis@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
|
uses: ivuorinen/actions/codeql-analysis@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14
|
||||||
with:
|
with:
|
||||||
language: ${{ matrix.language }}
|
language: ${{ matrix.language }}
|
||||||
queries: security-and-quality
|
queries: security-and-quality
|
||||||
|
|||||||
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -30,4 +30,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Run PR Lint
|
- name: Run PR Lint
|
||||||
# https://github.com/ivuorinen/actions
|
# https://github.com/ivuorinen/actions
|
||||||
uses: ivuorinen/actions/pr-lint@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
|
uses: ivuorinen/actions/pr-lint@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14
|
||||||
|
|||||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -20,4 +20,4 @@ jobs:
|
|||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: ivuorinen/actions/stale@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
|
- uses: ivuorinen/actions/stale@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14
|
||||||
|
|||||||
2
.github/workflows/sync-labels.yml
vendored
2
.github/workflows/sync-labels.yml
vendored
@@ -39,4 +39,4 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: ⤵️ Sync Latest Labels Definitions
|
- name: ⤵️ Sync Latest Labels Definitions
|
||||||
uses: ivuorinen/actions/sync-labels@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
|
uses: ivuorinen/actions/sync-labels@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14
|
||||||
|
|||||||
13
.gitleaks.toml
Normal file
13
.gitleaks.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
title = "gh-action-readme gitleaks configuration"
|
||||||
|
|
||||||
|
[extend]
|
||||||
|
useDefault = true
|
||||||
|
|
||||||
|
# Allowlist for test files and fixtures that intentionally contain placeholder tokens.
|
||||||
|
# These are not real secrets and are used only for testing purposes.
|
||||||
|
[allowlist]
|
||||||
|
description = "Test fixture files containing placeholder tokens"
|
||||||
|
paths = [
|
||||||
|
'''^testutil/test_constants\.go$''',
|
||||||
|
'''^testdata/''',
|
||||||
|
]
|
||||||
@@ -23,3 +23,6 @@ internal/wizard/validator_test.go:github-pat:204
|
|||||||
integration_test.go:github-pat:304
|
integration_test.go:github-pat:304
|
||||||
internal/config_test.go:github-pat:133
|
internal/config_test.go:github-pat:133
|
||||||
internal/config_test.go:github-pat:162
|
internal/config_test.go:github-pat:162
|
||||||
|
testdata/yaml-fixtures/configs/global-config-default.yml:github-pat:4
|
||||||
|
testutil/test_constants.go:github-pat:363
|
||||||
|
testutil/test_constants.go:github-pat:455
|
||||||
|
|||||||
Reference in New Issue
Block a user