Compare commits
	
		
			2 Commits
		
	
	
		
			bc71e56daf
			...
			6760f67d55
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6760f67d55 | |||
| 999d746a8a | 
| @@ -7,7 +7,7 @@ idna==3.10 | ||||
| itsdangerous==2.2.0 | ||||
| Jinja2==3.1.6 | ||||
| MarkupSafe==3.0.2 | ||||
| requests==2.32.4 | ||||
| requests==2.32.5 | ||||
| urllib3==2.5.0 | ||||
| Werkzeug==3.1.3 | ||||
| WTForms==3.2.1 | ||||
| @@ -12,7 +12,7 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Check out repository code | ||||
|         uses: actions/checkout@v4.3.0 | ||||
|         uses: actions/checkout@v5.0.0 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|  | ||||
|   | ||||
| @@ -45,7 +45,7 @@ jobs: | ||||
|           REPO: ${{ gitea.repository }} | ||||
|  | ||||
|       - name: Check out repository | ||||
|         uses: actions/checkout@v4.3.0 | ||||
|         uses: actions/checkout@v5.0.0 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|           ref: ${{ needs.tag.outputs.tag_name }} | ||||
|   | ||||
| @@ -13,7 +13,7 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout repo | ||||
|         uses: actions/checkout@v4.3.0 | ||||
|         uses: actions/checkout@v5.0.0 | ||||
|  | ||||
|       - name: Snyk | ||||
|         uses: snyk/actions/python@master | ||||
|   | ||||
		Reference in New Issue
	
	Block a user