Compare commits
	
		
			2 Commits
		
	
	
		
			4e882cb2db
			...
			bc71e56daf
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| bc71e56daf | |||
| e6ae7e66e8 | 
| @@ -12,7 +12,7 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Check out repository code | ||||
|         uses: actions/checkout@v4.2.2 | ||||
|         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.2.2 | ||||
|         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.2.2 | ||||
|         uses: actions/checkout@v5.0.0 | ||||
|  | ||||
|       - name: Snyk | ||||
|         uses: snyk/actions/python@master | ||||
|   | ||||
		Reference in New Issue
	
	Block a user