From cc2975566df7f24f093a641b59e38e6681e3dcaf Mon Sep 17 00:00:00 2001 From: Manvi Singh Date: Mon, 3 Aug 2026 14:21:07 +0530 Subject: [PATCH] Add cicsbundle Eclipse project files and fix cleanup workflow permissions - cics-java-liberty-springboot-security-cicsbundle/.project: add Eclipse project descriptor with Gradle and Maven natures (Issue 7) - cics-java-liberty-springboot-security-cicsbundle/.settings/org.eclipse.core.resources.prefs: add UTF-8 encoding preference (Issue 7) - cleanup-old-runs.yaml: add top-level permissions: contents: read so job-level actions: write is the only elevated grant --- .github/workflows/cleanup-old-runs.yaml | 3 +++ .../.project | 24 +++++++++++++++++++ .../org.eclipse.core.resources.prefs | 2 ++ 3 files changed, 29 insertions(+) create mode 100644 cics-java-liberty-springboot-security-cicsbundle/.project create mode 100644 cics-java-liberty-springboot-security-cicsbundle/.settings/org.eclipse.core.resources.prefs diff --git a/.github/workflows/cleanup-old-runs.yaml b/.github/workflows/cleanup-old-runs.yaml index 4578248..1180fa2 100644 --- a/.github/workflows/cleanup-old-runs.yaml +++ b/.github/workflows/cleanup-old-runs.yaml @@ -1,5 +1,8 @@ name: Cleanup old workflow runs +permissions: + contents: read + on: schedule: - cron: '0 0 * * 0' diff --git a/cics-java-liberty-springboot-security-cicsbundle/.project b/cics-java-liberty-springboot-security-cicsbundle/.project new file mode 100644 index 0000000..dd14277 --- /dev/null +++ b/cics-java-liberty-springboot-security-cicsbundle/.project @@ -0,0 +1,24 @@ + + + cics-java-liberty-springboot-security-cicsbundle + + + + + + org.eclipse.buildship.core.gradleprojectbuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + org.eclipse.buildship.core.gradleprojectnature + + diff --git a/cics-java-liberty-springboot-security-cicsbundle/.settings/org.eclipse.core.resources.prefs b/cics-java-liberty-springboot-security-cicsbundle/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..99f26c0 --- /dev/null +++ b/cics-java-liberty-springboot-security-cicsbundle/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8