Skip to content

Commit

Permalink
Merge branch 'main' into go-task
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 27, 2025
2 parents 4e2ca2a + 7724f8e commit cc86770
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-bot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Dependabot metadata
id: dependabot
uses: dependabot/fetch-metadata@v2.2.0
uses: dependabot/fetch-metadata@v2.3.0
- name: Judge
id: conclusion
if: >-
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.2.0
uses: dependabot/fetch-metadata@v2.3.0
- name: Wait other jobs
uses: kachick/wait-other-jobs@v3
timeout-minutes: 75
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 # Getting all refs for git mode
- name: Secret Scanning
# Okay for using the latest since specified the CLI version below. Consider to pin with a tag if the project looks unstable
uses: trufflesecurity/trufflehog@39d24534f239563888e7c0d58be0f39112e94b27 # main
uses: trufflesecurity/trufflehog@755005733ccd3a43892d71ad606f6dc082a371b7 # main
with:
extra_args: --results=verified,unknown
version: '3.88.2' # selfup {"extract":"\\d[^']+","replacer":["bash", "-c", "trufflehog --version 2>&1"],"nth":2}
3 changes: 3 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ ubuntuforums.org
launcher.keychron.com

web.archive.org

# Almost unstable. See GH-1051
sr.ht

0 comments on commit cc86770

Please sign in to comment.