File tree Expand file tree Collapse file tree 8 files changed +31
-17
lines changed
Expand file tree Collapse file tree 8 files changed +31
-17
lines changed Original file line number Diff line number Diff line change 1+ name : AI Detection
2+ on : [pull_request]
3+ permissions :
4+ contents : read
5+ pull-requests : write
6+ jobs :
7+ detect-ai :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
11+ - name : AI Watchdog
12+ uses : Citric-Sheep/ai-watchdog@0db4a635d309db0f8d82642130dfc33e91cf33fa # v0.2.3
13+ with :
14+ openai-api-key : ${{ secrets.OPENAI_API_KEY }}
Original file line number Diff line number Diff line change @@ -16,28 +16,28 @@ jobs:
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020
2121 - name : Docker meta
2222 id : meta
23- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
23+ uses : docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
2424 with :
2525 images : ${{ env.REGISTRY_IMAGE }}
2626
2727 - name : Set up Docker Buildx
28- uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6 .1
28+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11 .1
2929
3030 - name : Login to GHCR
3131 # Login is only needed when the image is pushed
32- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
32+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
3333 with :
3434 registry : ghcr.io
3535 username : ${{ github.repository_owner }}
3636 password : ${{ secrets.GITHUB_TOKEN }}
3737
3838 - name : Build and push
3939 id : build
40- uses : docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
40+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
4141 with :
4242 context : .
4343 provenance : mode=max
Original file line number Diff line number Diff line change 2424 This pull request has been automatically locked since there
2525 has not been any recent activity after it was closed.
2626 Please open a new issue for related bugs.
27- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
27+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1 .0
2828 with :
2929 operations-per-run : 999
3030 days-before-issue-stale : 365
Original file line number Diff line number Diff line change 3434 docker-images : true
3535 swap-storage : true
3636 - name : Checkout code
37- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3838 - name : Install Go
39- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 .0.2
39+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6 .0.0
4040 with :
4141 go-version : ${{ matrix.go-version }}
4242 check-latest : true
4545 **/go.sum
4646 **/go.mod
4747 - name : Install Ruby
48- uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257 .0
48+ uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
4949 with :
5050 ruby-version : " 3.4.5"
5151 - name : Install gems
6262 java-version : " 25"
6363 java-package : jre
6464 - name : Install Python
65- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
65+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6666 with :
6767 python-version : " 3.x"
6868 - name : Install Mage
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
2020 - name : Initialize CodeQL
2121 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout repository
10- uses : actions/checkout@v5
10+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1111 - name : Run Markdown linter
12- uses : DavidAnson/markdownlint-cli2-action@v20
12+ uses : DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
1313 with :
1414 globs : # set to null to override default of *.{md,markdown}
1515 continue-on-error : false
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 spellcheck :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
16- - uses : streetsidesoftware/cspell-action@v7
15+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
16+ - uses : streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95 # v8.0.0
1717 with :
1818 incremental_files_only : true
1919 strict : true
2020 # cspell uses the .cspell.json configuration file
21- - uses : codespell-project/actions-codespell@v2
21+ - uses : codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
2222 with :
2323 check_filenames : true
2424 check_hidden : true
Original file line number Diff line number Diff line change 1313 pull-requests : write
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/stale@v9
16+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
1717 with :
1818 days-before-stale : 90 # default is 60
1919 days-before-close : 14 # default is 7
You can’t perform that action at this time.
0 commit comments