Skip to content

chore: (deps): bump actions/download-artifact from 3.0.1 to 4.1.5 #453

chore: (deps): bump actions/download-artifact from 3.0.1 to 4.1.5

chore: (deps): bump actions/download-artifact from 3.0.1 to 4.1.5 #453

Workflow file for this run

# Notice how there is an extra complile and upload step.
# This is due to how the build-main job checks for errors. Instead of using a script,
# such as, /gradlew build, with this being a datapack, it checks the source files instead. (see Check commands and Check JSON.)
# This is completely intentional, please do not create a PR changing it!
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build-main:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
with:
egress-policy: block
allowed-endpoints: >
artifactcache.actions.githubusercontent.com:443
files.pythonhosted.org:443
gel7acprodeus1file0.blob.core.windows.net:443
github.com:443
pipelines.actions.githubusercontent.com:443
pypi.org:443
api.github.com:443
- name: Checkout repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Dependency Review
if: github.event_name == 'pull_request'
uses: actions/dependency-review-action@0ff3da6f81b812d4ec3cf37a04e2308c7a723730
- name: Check commands
uses: mcbeet/check-commands@03cff79228a0a50fe6856becd7972112e326e922
with:
source: .
minecraft: 1.18
- name: Check JSON
uses: ocular-d/json-linter@7d3716a34bcd6fcc5b3b38141a21b9e02da6531d
- name: Compile and upload
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: muffinhunt-datapack v2.0.0-SNAPSHOT
path: |
assets/
data/
pack.mcmeta
pack.png
if-no-files-found: error
build-packsquash:
permissions:
actions: read # for ComunidadAylas/PackSquash-action to get latest artifact
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
artifactcache.actions.githubusercontent.com:443
gel7acprodeus1file0.blob.core.windows.net:443
github.com:443
objects.githubusercontent.com:443
- name: Checkout repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- name: Run PackSquash
uses: ComunidadAylas/PackSquash-action@5e0e65b4a8d89735b64e0f20564179ed3dc7855f
with:
path: ./
token: ${{ secrets.GITHUB_TOKEN }}
minify_json_files: true
validate_pack_metadata_file: true
allow_optifine_mod: true
delete_bloat_json_keys: true
artifact_name: 'optimized-muffinhunt-datapack v2.0.0-SNAPSHOT'