Compare commits
	
		
			2 Commits
		
	
	
		
			32b58689f9
			...
			723a8a8392
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 723a8a8392 | |||
| b1da842bc8 | 
@@ -12,7 +12,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Check out repository code
 | 
					      - name: Check out repository code
 | 
				
			||||||
        uses: actions/checkout@v4.3.0
 | 
					        uses: actions/checkout@v5.0.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          fetch-depth: 0
 | 
					          fetch-depth: 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -25,7 +25,7 @@ jobs:
 | 
				
			|||||||
          no-fail: true
 | 
					          no-fail: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Setup Python
 | 
					      - name: Setup Python
 | 
				
			||||||
        uses: actions/setup-python@v5
 | 
					        uses: actions/setup-python@v6
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: "3.13"
 | 
					          python-version: "3.13"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -61,7 +61,7 @@ jobs:
 | 
				
			|||||||
          REPO: ${{ gitea.repository }}
 | 
					          REPO: ${{ gitea.repository }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Check out repository
 | 
					      - name: Check out repository
 | 
				
			||||||
        uses: actions/checkout@v4.3.0
 | 
					        uses: actions/checkout@v5.0.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          fetch-depth: 0
 | 
					          fetch-depth: 0
 | 
				
			||||||
          ref: ${{ needs.tag.outputs.tag_name }}
 | 
					          ref: ${{ needs.tag.outputs.tag_name }}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,7 +27,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout repo
 | 
					      - name: Checkout repo
 | 
				
			||||||
        uses: actions/checkout@v4.3.0
 | 
					        uses: actions/checkout@v5.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Snyk
 | 
					      - name: Snyk
 | 
				
			||||||
        uses: snyk/actions/python@master
 | 
					        uses: snyk/actions/python@master
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user