mirror of
				https://github.com/theoludwig/libcproject.git
				synced 2025-05-21 23:21:15 +02:00 
			
		
		
		
	ci: set dependencies version explicitly
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,7 +10,7 @@ jobs: | ||||
|   ci: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.0.0' | ||||
|       - uses: 'actions/checkout@v3.5.3' | ||||
|  | ||||
|       - name: 'Install Build Tools' | ||||
|         run: 'sudo apt-get install --yes build-essential gcc make clang-format' | ||||
| @@ -24,8 +24,8 @@ jobs: | ||||
|   lint-commit: | ||||
|       runs-on: 'ubuntu-latest' | ||||
|       steps: | ||||
|         - uses: 'actions/checkout@v3.0.0' | ||||
|         - uses: 'actions/checkout@v3.5.3' | ||||
|           with: | ||||
|             fetch-depth: 0 | ||||
|  | ||||
|         - uses: 'wagoid/commitlint-github-action@v5.3.0' | ||||
|         - uses: 'wagoid/commitlint-github-action@v5.4.1' | ||||
|   | ||||
							
								
								
									
										10
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,14 +8,14 @@ jobs: | ||||
|   release: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|       - uses: 'actions/checkout@v3.5.3' | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|           persist-credentials: false | ||||
|           submodules: recursive | ||||
|  | ||||
|       - name: 'Import GPG key' | ||||
|         uses: 'crazy-max/ghaction-import-gpg@v4' | ||||
|         uses: 'crazy-max/ghaction-import-gpg@v5.3.0' | ||||
|         with: | ||||
|           gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} | ||||
|           git_user_signingkey: true | ||||
| @@ -27,12 +27,12 @@ jobs: | ||||
|       - run: 'make set_version' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.1.0' | ||||
|         uses: 'actions/setup-node@v3.6.0' | ||||
|         with: | ||||
|           node-version: 'lts/*' | ||||
|           node-version: '18.16.1' | ||||
|  | ||||
|       - name: 'Install Release Tools' | ||||
|         run: 'npm install --save-dev semantic-release @commitlint/cli @commitlint/config-conventional @semantic-release/git @semantic-release/exec @saithodev/semantic-release-backmerge vercel' | ||||
|         run: 'npm install --save-dev semantic-release@21.0.5 @commitlint/cli@17.6.6 @commitlint/config-conventional@17.6.6 @semantic-release/git@10.0.1 @semantic-release/exec@6.0.3 @saithodev/semantic-release-backmerge@3.2.0 vercel@30.2.3' | ||||
|  | ||||
|       - run: 'rm --force package.json package-lock.json' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user