| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 973287a commit 1756830
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,9 @@ | |||
| 1 | + # Set update schedule for GitHub Actions | ||
| 2 | + | ||
| 3 | + version: 2 | ||
| 4 | + updates: | ||
| 5 | + - package-ecosystem: github-actions | ||
| 6 | + directory: / | ||
| 7 | + schedule: | ||
| 8 | + interval: monthly | ||
| 9 | + open-pull-requests-limit: 10 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,11 +37,11 @@ jobs: | |||
| 37 | 37 | if: github.event.pull_request.draft == false | |
| 38 | 38 | runs-on: ubuntu-latest | |
| 39 | 39 | steps: | |
| 40 | - - uses: actions/checkout@v3 | ||
| 40 | + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 | ||
| 41 | 41 | with: | |
| 42 | 42 | persist-credentials: false | |
| 43 | 43 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 44 | - uses: actions/setup-python@v4 | ||
| 44 | + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 | ||
| 45 | 45 | with: | |
| 46 | 46 | python-version: ${{ env.PYTHON_VERSION }} | |
| 47 | 47 | - name: Environment Information | |
@@ -64,6 +64,6 @@ jobs: | |||
| 64 | 64 | - name: Clean tmp | |
| 65 | 65 | run: rm -rf coverage/tmp && rm -rf out | |
| 66 | 66 | - name: Upload | |
| 67 | - uses: codecov/codecov-action@v3 | ||
| 67 | + uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1 | ||
| 68 | 68 | with: | |
| 69 | 69 | directory: ./coverage | |
| Back | FazBrowse Home | New Git URL |
0 commit comments